home *** CD-ROM | disk | FTP | other *** search
-
-
-
- iiiimmmmaaaaggggeeee((((3333TTTTkkkk)))) iiiimmmmaaaaggggeeee((((3333TTTTkkkk))))
-
-
-
- NNNNAAAAMMMMEEEE
- image - Create and manipulate images
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- iiiimmmmaaaaggggeeee _o_p_t_i_o_n ?_a_r_g _a_r_g ...?
-
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The iiiimmmmaaaaggggeeee command is used to create, delete, and query images. It can
- take several different forms, depending on the _o_p_t_i_o_n argument. The
- legal forms are:
-
- iiiimmmmaaaaggggeeee ccccrrrreeeeaaaatttteeee _t_y_p_e ?_n_a_m_e? ?_o_p_t_i_o_n _v_a_l_u_e ...?
- Creates a new image and returns its name. _t_y_p_e specifies the type
- of the image, which must be one of the types currently defined
- (e.g., bbbbiiiittttmmmmaaaapppp). _n_a_m_e specifies the name for the image; if it is
- omitted then Tk picks a name of the form iiiimmmmaaaaggggeeee_x, where _x is an
- integer. There may be any number of _o_p_t_i_o_n-_v_a_l_u_e pairs, which
- provide configuration options for the new image. The legal set of
- options is defined separately for each image type; see below for
- details on the options for built-in image types. If an image
- already exists by the given name then it is replaced with the new
- image and any instances of that image will redisplay with the new
- contents.
-
- iiiimmmmaaaaggggeeee ddddeeeelllleeeetttteeee _n_a_m_e
- Deletes the image named _n_a_m_e and returns an empty string. If there
- are instances of the image displayed in widgets, the image won't
- actually be deleted until all of the instances are released.
- However, the association between the instances and the image manager
- will be dropped. Existing instances will retain their sizes but
- redisplay as empty areas. If a deleted image is recreated with
- another call to iiiimmmmaaaaggggeeee ccccrrrreeeeaaaatttteeee, the existing instances will use the
- new image.
-
- iiiimmmmaaaaggggeeee hhhheeeeiiiigggghhhhtttt _n_a_m_e
- Returns a decimal string giving the height of image _n_a_m_e in pixels.
-
- iiiimmmmaaaaggggeeee nnnnaaaammmmeeeessss
- Returns a list containing the names of all existing images.
-
- iiiimmmmaaaaggggeeee ttttyyyyppppeeee _n_a_m_e
- Returns the type of image _n_a_m_e (the value of the _t_y_p_e argument to
- iiiimmmmaaaaggggeeee ccccrrrreeeeaaaatttteeee when the image was created).
-
- iiiimmmmaaaaggggeeee ttttyyyyppppeeeessss
- Returns a list whose elements are all of the valid image types
- (i.e., all of the values that may be supplied for the _t_y_p_e argument
- to iiiimmmmaaaaggggeeee ccccrrrreeeeaaaatttteeee).
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- iiiimmmmaaaaggggeeee((((3333TTTTkkkk)))) iiiimmmmaaaaggggeeee((((3333TTTTkkkk))))
-
-
-
- iiiimmmmaaaaggggeeee wwwwiiiiddddtttthhhh _n_a_m_e
- Returns a decimal string giving the width of image _n_a_m_e in pixels.
-
-
- BBBBUUUUIIIILLLLTTTT----IIIINNNN IIIIMMMMAAAAGGGGEEEE TTTTYYYYPPPPEEEESSSS
- The following image types are defined by Tk so they will be available in
- any Tk application. Individual applications or extensions may define
- additional types.
-
- bbbbiiiittttmmmmaaaapppp
- Each pixel in the image displays a foreground color, a background
- color, or nothing. See the bbbbiiiittttmmmmaaaapppp manual entry for more
- information.
-
- pppphhhhoooottttoooo
- Displays a variety of full-color images, using dithering to
- approximate colors on displays with limited color capabilities. See
- the pppphhhhoooottttoooo manual entry for more information.
-
-
- KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
- height, image, types of images, width
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-